Skip to content

docs(data-governance): rename ZDR page to Provider Data Policies - #87

Merged
tristantelleb merged 1 commit into
mainfrom
docs/provider-data-policies-rename
Jul 29, 2026
Merged

docs(data-governance): rename ZDR page to Provider Data Policies#87
tristantelleb merged 1 commit into
mainfrom
docs/provider-data-policies-rename

Conversation

@tristantelleb

@tristantelleb tristantelleb commented Jul 29, 2026

Copy link
Copy Markdown
Member

What

Renames and repositions the provider data page in Data Governance. Page content is unchanged — only titles, slug and nav position.

Before After
Sidebar Provider Data & ZDR Provider Data Policies
Page title Provider Data Use & Zero Data Retention Provider Data Use & Retention
URL /v3/data-governance/zdr /v3/data-governance/provider-data-policies
Nav position last in group first in group

Why

"Provider Data Use & Retention" describes the whole page, not just the ZDR column — the tables cover training, ZDR and retention. It's also the page users reach for first in this section, so it now leads the group instead of trailing it.

Old URL

The page is published, so a redirect was added to docs.json rather than leaving the old slug to 404:

{
  "source": "/v3/data-governance/zdr",
  "destination": "/v3/data-governance/provider-data-policies"
}

git mv was used, so the rename is tracked (96% similarity) and history is preserved.

Link check

Swept all 173 internal links across 111 pages:

  • No page anywhere linked to /v3/data-governance/zdr, so the rename broke nothing.
  • Every nav entry resolves to a file on disk.
  • Both redirect destinations resolve.
  • path= in the page's TechArticleSchema updated to the new slug.
  • Nothing outside this repo (aifeatures, edenai-back, edenai-front) references the old URL.

Pre-existing broken links — not fixed here

The sweep also found 3 dead links that predate this change, in the Mintlify component-showcase section of ai-tools/cursor.mdx (a page not in the nav):

  • cursor.mdx:236/quickstart (nav has v3/quickstart/first-llm-call)
  • cursor.mdx:241/auth
  • cursor.mdx:245/rate-limits (nav has v3/overview/rate-limits)

These are placeholder hrefs from the starter template. Left out to keep this PR focused — happy to fix in a follow-up.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation

    • Renamed the V3 Data Governance page to Provider Data Policies.
    • Updated the page title, URL, article metadata, and last-modified date.
    • Reorganized the Data Governance navigation to reflect the updated page name.
  • Bug Fixes

    • Added a redirect from the previous /v3/data-governance/zdr URL to the new Provider Data Policies page, preserving existing links.

Retitle the provider data page and move it to the top of the Data
Governance group, since it is the page users look for first.

- sidebarTitle: "Provider Data & ZDR" -> "Provider Data Policies"
- title: "Provider Data Use & Zero Data Retention" -> "Provider Data Use & Retention"
- slug: /v3/data-governance/zdr -> /v3/data-governance/provider-data-policies
- now the first page in the Data Governance nav group
- redirect added for the old URL so existing inbound links keep resolving

Page content is unchanged; only the titles, slug and nav position move.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 9dacd542-d925-4f74-97f6-eb824b140764

📥 Commits

Reviewing files that changed from the base of the PR and between 8f26774 and 2eb2b18.

📒 Files selected for processing (2)
  • docs.json
  • v3/data-governance/provider-data-policies.mdx

Walkthrough

The Data Governance page is renamed to Provider Data Policies, its metadata uses the new path and modification date, navigation points to the new route, and the former ZDR route redirects to it.

Changes

Provider Data Policies

Layer / File(s) Summary
Rename page metadata
v3/data-governance/provider-data-policies.mdx
The page title, sidebar title, schema path, and modification date are updated for Provider Data Policies.
Update routing and navigation
docs.json
The former ZDR route redirects to the new path, which replaces it in V3 Data Governance navigation.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

  • edenai/docs#45: Introduced the TechArticleSchema path and date metadata updates used by this page.
  • edenai/docs#60: Added the original ZDR page and its Data Governance navigation entry.
  • edenai/docs#65: Updated content on the original ZDR/provider data governance page.

Poem

A bunny hops along the route,
From ZDR’s name to policies stout.
The old path points to pages new,
While titles bloom in updated hue.
Navigation follows too—
Hop, hop, hooray!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: renaming the ZDR data-governance page to Provider Data Policies.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/provider-data-policies-rename

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@mintlify

mintlify Bot commented Jul 29, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
edenai 🟢 Ready View Preview Jul 29, 2026, 3:39 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@tristantelleb
tristantelleb merged commit b45358d into main Jul 29, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant